projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
452dd0b
)
(system_eol_type): Extern it.
author
Kenichi Handa
<handa@m17n.org>
Mon, 8 May 2006 05:24:53 +0000
(
05:24
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 8 May 2006 05:24:53 +0000
(
05:24
+0000)
src/coding.h
patch
|
blob
|
history
diff --git
a/src/coding.h
b/src/coding.h
index fb24c170402f50269bf9f9ad85827b61e4f2cb74..9ace4d1e074c96001c953b0527d5fd02202a857e 100644
(file)
--- a/
src/coding.h
+++ b/
src/coding.h
@@
-666,6
+666,9
@@
extern Lisp_Object eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac;
/* Mnemonic string to indicate type of end-of-line is not yet decided. */
extern Lisp_Object eol_mnemonic_undecided;
+/* Format of end-of-line decided by system. */
+extern int system_eol_type;
+
#ifdef emacs
extern Lisp_Object Qfile_coding_system;
extern Lisp_Object Qcall_process, Qcall_process_region;